
Command Line: diskspd.exe -c10G -t2 -d60 -o1 -b64k -si64k -Suw -L -w100 test.dat

Input parameters:

	timespan:   1
	-------------
	duration: 60s
	warm up time: 5s
	cool down time: 0s
	measuring latency
	random seed: 0
	path: 'test.dat'
		think time: 0ms
		burst size: 0
		software cache disabled
		hardware write cache disabled, writethrough on
		performing write test
		block size: 65536
		using interlocked sequential I/O (stride: 65536)
		number of outstanding I/O operations: 1
		thread stride size: 0
		threads per file: 2
		IO priority: normal



Results for timespan 1:
*******************************************************************************

actual test time:	60.00s
thread count:		2
proc count:		2

CPU |  Usage |  User  |  Kernel |  Idle
-------------------------------------------
   0|   2.79%|   0.18%|    2.60%|  97.21%
   1|   1.82%|   0.23%|    1.59%|  98.17%
-------------------------------------------
avg.|   2.30%|   0.21%|    2.10%|  97.69%

Total IO
thread |       bytes     |     I/Os     |     MB/s   |  I/O per s |  AvgLat  | LatStdDev |  file
-----------------------------------------------------------------------------------------------------
     0 |      1172242432 |        17887 |      18.63 |     298.10 |    3.334 |    22.211 | test.dat (10240MB)
     1 |      1168637952 |        17832 |      18.57 |     297.19 |    3.344 |    22.243 | test.dat (10240MB)
-----------------------------------------------------------------------------------------------------
total:        2340880384 |        35719 |      37.21 |     595.29 |    3.339 |    22.227

Read IO
thread |       bytes     |     I/Os     |     MB/s   |  I/O per s |  AvgLat  | LatStdDev |  file
-----------------------------------------------------------------------------------------------------
     0 |               0 |            0 |       0.00 |       0.00 |    0.000 |       N/A | test.dat (10240MB)
     1 |               0 |            0 |       0.00 |       0.00 |    0.000 |       N/A | test.dat (10240MB)
-----------------------------------------------------------------------------------------------------
total:                 0 |            0 |       0.00 |       0.00 |    0.000 |       N/A

Write IO
thread |       bytes     |     I/Os     |     MB/s   |  I/O per s |  AvgLat  | LatStdDev |  file
-----------------------------------------------------------------------------------------------------
     0 |      1172242432 |        17887 |      18.63 |     298.10 |    3.334 |    22.211 | test.dat (10240MB)
     1 |      1168637952 |        17832 |      18.57 |     297.19 |    3.344 |    22.243 | test.dat (10240MB)
-----------------------------------------------------------------------------------------------------
total:        2340880384 |        35719 |      37.21 |     595.29 |    3.339 |    22.227


  %-ile |  Read (ms) | Write (ms) | Total (ms)
----------------------------------------------
    min |        N/A |      1.766 |      1.766
   25th |        N/A |      1.932 |      1.932
   50th |        N/A |      1.996 |      1.996
   75th |        N/A |      2.053 |      2.053
   90th |        N/A |      2.221 |      2.221
   95th |        N/A |      2.383 |      2.383
   99th |        N/A |      4.703 |      4.703
3-nines |        N/A |    377.106 |    377.106
4-nines |        N/A |    433.379 |    433.379
5-nines |        N/A |    898.677 |    898.677
6-nines |        N/A |    898.677 |    898.677
7-nines |        N/A |    898.677 |    898.677
8-nines |        N/A |    898.677 |    898.677
9-nines |        N/A |    898.677 |    898.677
    max |        N/A |    898.677 |    898.677
